home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Programy / weatherpulse-setup.exe / {app} / weatherpulse.exe / 0 / RCDATA / TQVFORM / TQVFORM.txt
Text File  |  2005-11-13  |  2KB  |  111 lines

  1. object QVForm: TQVForm
  2.   Left = 301
  3.   Top = 147
  4.   Width = 1292
  5.   Height = 1036
  6.   AutoSize = True
  7.   BorderIcons = [biSystemMenu]
  8.   Caption = 'Quick Viewer'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PopupMenu = PopupMenu1
  17.   OnCreate = FormCreate
  18.   OnMouseDown = FormMouseDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object QVImage: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 1284
  26.     Height = 985
  27.     Hint = 'Double click mouse to advance ito next image..'
  28.     Align = alClient
  29.     AutoSize = True
  30.     Center = True
  31.     ParentShowHint = False
  32.     ShowHint = True
  33.     Stretch = True
  34.     OnDblClick = QVImageDblClick
  35.   end
  36.   object AdvProgress1: TAdvProgress
  37.     Left = 0
  38.     Top = 985
  39.     Width = 1284
  40.     Height = 17
  41.     Align = alBottom
  42.     Min = 0
  43.     Max = 100
  44.     TabOrder = 0
  45.     Visible = False
  46.     BarColor = clHighlight
  47.     BkColor = clBlack
  48.   end
  49.   object NFormSizing1: TNFormSizing
  50.     Left = 400
  51.     Top = 152
  52.   end
  53.   object PopupMenu1: TPopupMenu
  54.     Images = Form1.ImageList1
  55.     Left = 320
  56.     Top = 144
  57.     object MyImages1: TMenuItem
  58.       Caption = 'My Image Pictures'
  59.     end
  60.     object N2: TMenuItem
  61.       Caption = '-'
  62.     end
  63.     object EmailPicture1: TMenuItem
  64.       Caption = '&Email Picture'
  65.       ImageIndex = 2
  66.       OnClick = EmailPicture1Click
  67.     end
  68.     object N4: TMenuItem
  69.       Caption = '-'
  70.     end
  71.     object Picture1: TMenuItem
  72.       Caption = '&Print Picture'
  73.       ImageIndex = 1
  74.       OnClick = Picture1Click
  75.     end
  76.     object SavePicture1: TMenuItem
  77.       Caption = '&Save Picture'
  78.       ImageIndex = 4
  79.       OnClick = SavePicture1Click
  80.     end
  81.     object N3: TMenuItem
  82.       Caption = '-'
  83.     end
  84.     object Refresh1: TMenuItem
  85.       Caption = '&Refresh Now'
  86.       ImageIndex = 9
  87.       OnClick = Refresh1Click
  88.     end
  89.     object VisitSite1: TMenuItem
  90.       Caption = '&Visit Site'
  91.       ImageIndex = 7
  92.       OnClick = VisitSite1Click
  93.     end
  94.     object N5: TMenuItem
  95.       Caption = '-'
  96.     end
  97.     object Properties1: TMenuItem
  98.       Caption = 'P&roperties'
  99.       ImageIndex = 3
  100.       OnClick = Properties1Click
  101.     end
  102.     object N1: TMenuItem
  103.       Caption = '-'
  104.     end
  105.     object Exit1: TMenuItem
  106.       Caption = 'Close'
  107.       OnClick = Exit1Click
  108.     end
  109.   end
  110. end
  111.